home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / other.txt < prev    next >
Text File  |  1993-11-03  |  3KB  |  57 lines

  1. Public (software) Library
  2. Programming Library
  3.  
  4. Descriptions and Compilation Copyright 1993 Nelson Ford
  5. Duplication, reprinting and distribution of these descriptions is restricted.
  6. See LICENSE.DOC in the PSL_NEWS directory for complete information
  7.  
  8.  
  9. -----OTHER
  10.  
  11. [HP22D1, HP22D2, HP22D3, HP22D4, HP22D5]
  12. HyperPAD
  13. (Brightbill-Roberts & Co., Ltd ASP; $99)
  14. is a cross between an object-oriented programming language and an operating
  15. environment. It is roughly similar to HyperCard on the Mac. You can create
  16. a wide variety of applications with HyperPAD simply by combining predefined
  17. "objects" (pushbuttons, fields, pages, etc) with English-based instructions
  18. that tell the system what to do in response to various actions the user may
  19. take, such as pressing a button.
  20.  
  21. Even if you do not want to learn the relatively small amount of programming
  22. required to create your own applications with HyperPAD, you should see the
  23. variety of prewritten applications that come with it: phone book, phone
  24. dialer, message taker, call tracking, project management, notebook,
  25. calculators, expense log, letter writer, daily planner, index card database,
  26. label printer, computer configuration analysis, games, and more.
  27.  
  28. [IPL_OS2]
  29. IPL for OS/2 (Griswold, Ralph E.; $0) contains OS/2 executables for the
  30. Icon programing language. This program has several novel features, such as
  31. expressions that produce sequences of results, a goal-directed evaluation
  32. that will automatically perform searches for a successful result, and there
  33. is also string scanning that allows operations on strings to be formulated
  34. at a high conceptual level.
  35.  
  36. [MUMPS]
  37. Mumps is a specialized programming language. There is no indication and is
  38. provided only for the use of those who are already familiar with MUMPS.
  39.  
  40. [MUMPS_FM]
  41. Mumps File Manager is a database program that runs under MUMPS.
  42.  
  43. [PCList]
  44. PCList (Jones, Robert; $39) is an interpreter for the MVS TSO/E CList
  45. language for use with MS-DOS. A large subset of the CList language is
  46. supported.
  47.  
  48. [VSNOBOL]
  49. Vanilla SNOBOL4 (CatsPaw, Inc.; $95) is an entry-level version of SNOBOL4
  50. that includes the entire Bell Labs SNOBOL4 programming language, except for
  51. real numbers and external functions. The total size of the object program
  52. and data cannot exceed 30K bytes in this version, but SNOBOL4 source is
  53. usually five to ten times smaller than equivalent code in C or Pascal.
  54. SNOBOL4 allows an unlimited number of user-defined subroutines. SNOBOL4 is
  55. particularly powerful in dealing with strings and patterns and seems
  56. intuitive and thus relatively easy to learn.
  57.